home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_22 / DoAction.as
Text File  |  2011-08-19  |  593b  |  25 lines

  1. _quality = "HIGH";
  2. _root.clock.gotoAndStop(1);
  3. _root.gameInProgress = 0;
  4. _root.ATV_keyBlock = 1;
  5. removeMovieClip(ATVclip);
  6. stopAllSounds();
  7. myStopAllSouds();
  8. _root.global_dramatic.start(0,0);
  9. _root.level1_ice_lost.start(0,0);
  10. removeLandmarks();
  11. if(_root.hitpoints <= 0)
  12. {
  13.    message = "YOU WRECKED OUR ATV !!!";
  14. }
  15. if(_root.clock.clockInlay.min <= 0 && _root.clock.clockInlay.sec1 <= 0 && _root.clock.clockInlay.sec2 <= 0)
  16. {
  17.    message = "OUT OF TIME !!!";
  18. }
  19. if(redtireTouch == 1)
  20. {
  21.    message = "Please Avoid red Tires !!!";
  22. }
  23. _root.engineSound.gotoAndStop(1);
  24. stop();
  25.